home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4968 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.6 KB  |  42 lines

  1. Newsgroups: comp.lang.c++
  2. Path: usinternet.com!not-for-mail
  3. From: Scott Jibben <sjibben@usinternet.com>
  4. Subject: Re: NEWBIE: MSVC C++ and templates
  5. Message-ID: <31113D5D.60A5@usinternet.com>
  6. Date: Thu, 01 Feb 1996 16:23:25 -0600
  7. Organization: Jibben Software
  8. X-Mailer: Mozilla 2.0b6a (WinNT; I)
  9. MIME-Version: 1.0
  10. References: <4e1duq$1i3@shellx.best.com> <DLsxp3.2MK@news.zippo.com> <4eegvd$n76@reader2.ix.netcom.com>
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13.  
  14. James Edward Sands III wrote:
  15. > I am learning C++ with microsoft visual c++ professional edition v1.5,
  16. > a funny thing happened the other day though.  I entered the chapter
  17. > (in my book) on templates, and when coding, MSVC kept on spitting up
  18. > errors (erroneous errors).  All surronding the template delcaration,
  19. > and calls.
  20. > Upon the help file inspection, I read an entry that says
  21. > "This produce does not support the use of templates" (word for word)
  22. > Does anyone know why MSVC does not support them (they look real
  23. > useful), or am I overlooking something?
  24.  
  25. Microsoft only supports templates in the 32-bit editions of MSVC++.  Yes, they are 
  26. useful, but you have to move to Win95 or WinNT to get them with Microsoft products.
  27.  
  28. -- 
  29. Scott Jibben, Jibben Software
  30. Galactic Overlord & Mines of Gorr BBS Door Games
  31. -----------------------------
  32. [EMAIL] sjibben@usinternet.com
  33. [WWW] http://www.usinternet.com/jsw
  34. [FTP] ftp.europa.com /outgoing/DOORS/jibben
  35. [FTP] ftp.cts.com /pub/dferber/jibben
  36. [FIDO] 1:282/115             [BBS] 612-379-8272 (10 USR 28.8 Couriers)
  37. [VOICE] 612-757-5626         [FAX] 612-757-8687
  38.  
  39.